home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tm301_2.zip / OPUS.SCR < prev    next >
Text File  |  1992-01-03  |  301b  |  16 lines

  1. ;
  2. ; OPUS.SCR is a log on script file for Opus BBS
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6.  
  7. SET AutoStop,On              ; stop script if carrier is lost
  8. Waitfor 0                    ; unlimited waiting time
  9.  
  10. Waitfor "first name"
  11. Put Name," y"
  12.  
  13. Waitfor "password"
  14. Put "^&"
  15.  
  16.